home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / blackjack_pay3.swf / scripts / DefineButton2_206 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-09-05  |  85 b   |  6 lines

  1. on(release){
  2.    _root.addChips();
  3.    CashAdd(currentBet[0]);
  4.    _root.play();
  5. }
  6.